home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Would You Survive?
/
How Would You Survive (1995)(Grolier)[Mac-PC].iso
/
mac
/
EBFACTS.DIR
/
00775_Script_775
< prev
next >
Wrap
Text File
|
1995-09-06
|
287b
|
14 lines
on mouseUp
global gHotSpotStatus, gOpenHouse2
if gHotSpotStatus = 0 then
if gOpenHouse2 = 1 then
ShowHotInfoBox "PE102500.pic", "pharoahs"
else
set the visible of sprite 3 to false
updatestage
set gOpenHouse2 = 1
end if
end if
end